All Questions
Tagged with tailwind-css-4primeng
3 questions
0votes
1answer
50views
Tailwind Media queries ignored when coming from Angular library files
I just developed an Angular library to factorize some frontend code i'll have in several projets and i used tailwind + PrimeNg to style the app. The media queries styles are not working properly when ...
2votes
1answer
140views
PrimeNG 19 styles not being applied
I'm creating a new Angular 19 project using PrimeNG 19 and Tailwind CSS v4. I followed both the Tailwind and PrimeNG installation guides. However, when I run my application, the PrimeNG styles are not ...
0votes
1answer
1kviews
How to make Angular 19+, PrimeNG 19+, and Tailwind 4+ work together?
How to make Angular 19+, PrimeNG 19+, and Tailwind 4+ work together? My configuration: package.json { "name": "web", "version": "0.0.0", "...